diff options
Diffstat (limited to 'app/[lng]/procurement/(procurement)/menu-list/page.tsx')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/menu-list/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/procurement/(procurement)/menu-list/page.tsx b/app/[lng]/procurement/(procurement)/menu-list/page.tsx index 84138320..dee45ab1 100644 --- a/app/[lng]/procurement/(procurement)/menu-list/page.tsx +++ b/app/[lng]/procurement/(procurement)/menu-list/page.tsx @@ -25,9 +25,9 @@ export default async function MenuListPage() { <h2 className="text-2xl font-bold tracking-tight"> 메뉴 관리 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 각 메뉴별로 담당자를 지정하고 관리할 수 있습니다. - </p> + </p> */} </div> </div> |
